home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / gadtoo.lha / GadToolsBox3 / Developers / listview.gadget / include / proto / listview.h
C/C++ Source or Header  |  1997-01-28  |  220b  |  9 lines

  1. #ifndef PROTO_LISTVIEW_H
  2. #define PROTO_LISTVIEW_H
  3. #include <exec/types.h>
  4. extern struct Library *ListViewBase;
  5. #include <clib/listview_protos.h>
  6. #include <pragmas/listview_pragmas.h>
  7. #include <gadgets/listview.h>
  8. #endif
  9.